Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.agenda.layout--layouts

This contribution is part of XML component org.nuxeo.ecm.agenda.layout inside nuxeo-agenda-5.8.jar

Extension Point

Extension point layouts of component WebLayoutManager.

Contributed Items

  • <layout name="vevent">
          <templates>
            <template mode="any">/layouts/layout_default_template.xhtml</template>
          </templates>
          <rows>
            <row>
              <widget>title</widget>
            </row>
            <row>
              <widget>vevent_location</widget>
            </row>
            <row>
              <widget>description</widget>
            </row>
            <row>
              <widget>vevent_dtstart</widget>
              <widget>vevent_dtend</widget>
            </row>
          </rows>
        </layout>

XML Source

<extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <layout name="vevent">
      <templates>
        <template mode="any">/layouts/layout_default_template.xhtml</template>
      </templates>
      <rows>
        <row>
          <widget>title</widget>
        </row>
        <row>
          <widget>vevent_location</widget>
        </row>
        <row>
          <widget>description</widget>
        </row>
        <row>
          <widget>vevent_dtstart</widget>
          <widget>vevent_dtend</widget>
        </row>
      </rows>
    </layout>
  </extension>